ActionRedone
TheActionRedone
method is called to notify this clipboard object that a Cut, Copy, or Paste action was redone.
void ActionRedone (in ODUpdateID updateID, in ODCloneKind originalCloneKind);
updateID
- The update ID identifying the version of the clipboard content involved with this operation.
originalCloneKind
- The type of clone operation that copied data to or from the clipboard. The clone kind must be one of Cut (
kODCloneCut
), Copy (kODCloneCopy
), or Paste (kODClonePaste
).DISCUSSION
Your part should call this method whenever it redoes a Cut, Copy, or Paste operation. The update ID should be the ID returned by theActionDone
method at the time your part originally performed the action. The clone kind should be the same clone kind as specified in that call to theActionDone
method.EXCEPTIONS
SEE ALSO
TheODClipboard::ActionDone
method (page 86).
TheODClipboard::ActionUndone
method (page 88).
TheODPart::RedoAction
method (page 539).
"Undo for Clipboard" on page 354 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help